compound statement - significado y definición. Qué es compound statement
Diclib.com
Diccionario en línea

Qué (quién) es compound statement - definición

SMALLEST STANDALONE ELEMENT OF AN IMPERATIVE PROGRAMMING LANGUAGE THAT EXPRESSES SOME ACTION TO BE CARRIED OUT
Program statement; Statement (programming); Statement (computer programming); With statement

Statement (computer science)         
In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A program written in such a language is formed by a sequence of one or more statements.
Compound (linguistics)         
  • Sewage-treatment-facility - The German language has many compounds.
LEXEME THAT CONSISTS OF MORE THAN ONE STEM
Nominal compound; Compound noun and adjective; Compound word; Compound noun, adjective and verb; Compound words; Nominal composition; Noun compound; Word-compounding; Compound nouns; Compound nominal phrase; Compound preposition; Compound term; Nominal compositum; Compound Words; Compound (linguistics; Linguistic compounding; Parasynthetic compound; Word composition; Composed word; Composition (word); Composition (linguistics); Open compound; Spaced compound; Closed compound
In linguistics, a compound is a lexeme (less precisely, a word or sign) that consists of more than one stem. Compounding, composition or nominal composition is the process of word formation that creates compound lexemes.
Positive statement         
CONCERNS WHAT "IS", "WAS", OR "WILL BE", AND CONTAINS NO INDICATION OF APPROVAL OR DISAPPROVAL (WHAT SHOULD BE)
Descriptive Statement
In the social sciences and philosophy, a positive or descriptive statement concerns what "is", "was", or "will be", and contains no indication of approval or disapproval (what should be). Positive statements are thus the opposite of normative statements.

Wikipedia

Statement (computer science)

In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components (e.g. expressions).

Many programming languages (e.g. Ada, Algol 60, C, Java, Pascal) make a distinction between statements and definitions/declarations. A definition or declaration specifies the data on which a program is to operate, while a statement specifies the actions to be taken with that data.

Statements which cannot contain other statements are simple; those which can contain other statements are compound.

The appearance of a statement (and indeed a program) is determined by its syntax or grammar. The meaning of a statement is determined by its semantics.